crypto/elliptic/internal/fiat.P521Element.Select (method)
4 uses
crypto/elliptic/internal/fiat (current package)
p521.go#L125: func (v *P521Element) Select(a, b *P521Element, cond int) *P521Element {
crypto/elliptic/internal/nistec
p521.go#L261: q.x.Select(p1.x, p2.x, cond)
p521.go#L262: q.y.Select(p1.y, p2.y, cond)
p521.go#L263: q.z.Select(p1.z, p2.z, cond)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)